LGF_SplitDWordToWords (FC / V3.0.1)


Author: Siemens Digital Industry

Short description

This function splits a DWord variable into 2 Word variables.

Block Interface

LGF_SplitDWordToWords (FC)
DWord  doubleWord Ret_Val  Void
    
   word1  Word
    
   word0  Word
    
   

Input parameter

IdentifierData typeDescription
doubleWordDWordBit sequence to be split

Output parameter

IdentifierData typeDescription
Ret_ValVoidVoid - Function has no return value
word1WordOutput Word 1 - MSW
word0WordOutput Word 0 - LSW

Change log

Version & DateChange description
01.00.00Simatic Systems Support
20.06.2019First release
03.00.00Simatic Systems Support
23.04.2020Set version to V3.0.0
harmonize the version of the whole library
03.00.01Simatic Systems Support
22.02.2021Insert documentation